<style>
a {
	font-family: Comic Sans MS;
	font-weight: plain;
	font-size: 14pt;
	color: #ff2700;
	text-decoration: none;
}
a:link {
	font-family: Comic Sans MS;
	font-weight: plain;
	font-size: 14pt;
	color: #ff2700;
	text-decoration: none;
}
a:visited {
	font-family: Comic Sans MS;
	font-weight: plain;
	font-size: 14pt;
	color: #ff2700;
	text-decoration: none;
} 
a:active {
	font-family: Comic Sans MS;
	font-weight: plain;
	font-size: 14pt;
	color: #ff2700;
	text-decoration: none;
}
a:hover {
	font-family: Comic Sans MS;
	font-weight: plain;
	font-size: 14pt;
	color: #ff2700;
	text-decoration: underline;
}
hr.yellow {
	height=1px;
	color: #ffe700;
	width: "98%";
}	
hr.blue {
	height=1px;
	color: #4080ff;
	width: "98%";
}	
hr.grey {
	height=1px;
	color: #808080;
	width: "98%";
}	
body
{
	font-size: 8pt;
	color: #000000;
}
body.head
{
	font-size: 8pt;
	background: #ffffff;
	color: #000000;
}
TD {
	font-size: 8pt;
}
table
{
	// table-border-color-light: rgb(153,153,51);
	// table-border-color-dark: rgb(153,102,0); 
}
</style>.
